Design difficulty for multiple panel forms [closed]

Posted by petre on Programmers See other posts from Programmers or by petre
Published on 2012-06-15T13:05:13Z Indexed on 2012/06/15 15:26 UTC
Read the original article Hit count: 221

Filed under:
|
|

I have form that consists of multiple panel on the right, a treeview on the left and a terminal richtextbox on the bottom. When i click on a node of the treeview i bring up the panel that is attached with the node. For example i have 10 nodes on the treeview, i have 10 panels that are attached to this nodes. On every panel, i have many textboxes, labels, comboboxes etc. I don't dynamically construct and dispose the items on the panels, i create the items in the designer file of the project. In that case, there is a problem. I really find it difficult to align or place items on the panel because there seems a lot of aligning lines on the screen.

What should be done to make the design of the panels easy? I don't want to construct items dynamically. Do i have to do that dynamically or is there a design procedure that make this process easy?

© Programmers or respective owner

Related posts about c#

Related posts about design